object Form_AS400Command: TForm_AS400Command Left = 200 Top = 107 Width = 533 Height = 143 Caption = 'AS/400 Command Line' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 90 Height = 13 Caption = 'AS/400 Command:' end object Edit_AS400Cmd: TEdit Left = 8 Top = 40 Width = 513 Height = 21 TabOrder = 0 Text = 'Edit_AS400Cmd' end object Button_SubCmd: TButton Left = 208 Top = 72 Width = 75 Height = 25 Caption = 'Submit Cmd' TabOrder = 1 OnClick = Button_SubCmdClick end object Query_AS400Cmd: TQuery DatabaseName = 'ODBC_AS400_GBMACDON' Left = 144 Top = 8 end end